home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global theCastName, redBoxSprite
- repeat with i = 1 to 6
- set the visible of sprite (19 + i) to 0
- end repeat
- if theCastName = "win31" then
- set redBoxSprite to 21
- set the visible of sprite 23 to 1
- else
- if theCastName = "MAC" then
- set redBoxSprite to 20
- set the visible of sprite 22 to 1
- else
- set redBoxSprite to 24
- set the visible of sprite 25 to 1
- end if
- end if
- EnableBtns()
- end
-